More Disk Management on Remote PC

Use PSExec to launch command on remote PC: ENABLE: psexec \\ComputerName cmd /c “netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=yes” DISABLE: psexec \\ComputerName cmd /c “netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=no”